home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / berm122 / patmat.pro < prev    next >
Text File  |  1993-08-16  |  127b  |  12 lines

  1. #if __PROTO__
  2. # define    P(s) s
  3. #else
  4. # define P(s) ()
  5. #endif
  6.  
  7.  
  8. /* patmat.c */
  9. int patmat P((char *raw , char *pat ));
  10.  
  11. #undef P
  12.